Skip to content

Move diagnostic tagging to 'pull diagnostics'#63858

Merged
CyrusNajmabadi merged 10 commits intodotnet:mainfrom
CyrusNajmabadi:pullDiags
Sep 12, 2022
Merged

Move diagnostic tagging to 'pull diagnostics'#63858
CyrusNajmabadi merged 10 commits intodotnet:mainfrom
CyrusNajmabadi:pullDiags

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

This is what we're doing in LSP pull diagnostics already. This just moves our taggers to also work this way even when LSP pull diagnostics is off.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner September 8, 2022 17:49
@CyrusNajmabadi CyrusNajmabadi requested a review from a team September 8, 2022 17:49
@ghost ghost added the Area-IDE label Sep 8, 2022
cancellationToken).ConfigureAwait(false);

var isLiveUpdate = id is ISupportLiveUpdate;
var diagnostics = await _analyzerService.GetDiagnosticsForSpanAsync(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!!

@CyrusNajmabadi CyrusNajmabadi merged commit b2bbe29 into dotnet:main Sep 12, 2022
@ghost ghost added this to the Next milestone Sep 12, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the pullDiags branch September 12, 2022 04:12
@Cosifne Cosifne modified the milestones: Next, 17.4 P3 Sep 26, 2022
CyrusNajmabadi added a commit to CyrusNajmabadi/roslyn that referenced this pull request Nov 21, 2022
sandyarmstrong pushed a commit that referenced this pull request Nov 29, 2022
This reverts commit b2bbe29, reversing
changes made to 78b0a64.
arunchndr pushed a commit that referenced this pull request Nov 30, 2022
Revert "Merge pull request #63858 from CyrusNajmabadi/pullDiags"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants